home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 555 b | 19 lines | [TEXT/ScoM] |
- Mixing Classes and Properties
-
- Sometimes you want to define programs and channels outside the
- Class System with def-program and def-channel. In this case the
- def- definitions will cancel the processing of ALL sections and
- instruments of that class.
-
- IMPORTANT!
-
- Don't define SAME classes in class system and properties.
- Properties will win and class definitions are not processed.
-
- To avoid confusion, when using Classes try to write everything
- with them, and vice versa. It is possible to use both side by
- side, but you must know what you are doing.
-
-
-
-